home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
pbill33d.lha
/
Phonebill
/
Extras
/
CallLog.rexx
next >
Wrap
OS/2 REXX Batch file
|
1995-11-11
|
482b
|
16 lines
/*
* calllog.rexx
*
* writes call-log compatible output to stdout
*
* Copyright (C) 1995 Raymond Penners
* All rights reserved.
*/
say 'host (0123456789)'
say '--------------------------------'
say 'Login: ' || left(date('w'),3) || ' ' || left(date('m'),3) || ' ' || delword(date('n'),2) || time() || ' ' || delword(date('n'),1,2)
say 'Logout: ' || left(date('w'),3) || ' ' || left(date('m'),3) || ' ' || delword(date('n'),2) || time() || ' ' || delword(date('n'),1,2)